PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

MPSemaphoreID

Multiprocessing Services manipulates semaphores by passing a semaphore ID, which is defined by the MPSemaphoreID type:

typedef struct OpaqueMPSemaphoreID* MPSemaphoreID;

You obtain a semaphore ID by calling the function MPCreateSemaphore .

VERSION NOTES

Introduced with Multiprocessing Services 1.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)